home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / getarrays < prev    next >
Text File  |  2001-03-21  |  429b  |  18 lines

  1. Synopsis:
  2.    $getarrays()
  3.  
  4. Technical:
  5.    This function displays all existing arrays created by $setitem().
  6.  
  7. Practical:
  8.    This function is used to show all current arrays.  his might be useful
  9.    for modifying data in multiple arrays, when it is not known precisely
  10.    which ones exist at the moment in question.
  11.  
  12. Returns:
  13.    list of array names, or nothing if none are set
  14.  
  15. See Also:
  16.    Arrays(7); setitem(6)
  17.  
  18.